RequestCachedResponseResponse

data class RequestCachedResponseResponse(response: CachedResponse)

Represents response frame that is returned from CacheStorage#requestCachedResponse operation call. Fetches cache entry.

See also

Constructors

RequestCachedResponseResponse
Link copied to clipboard
fun RequestCachedResponseResponse(response: CachedResponse)

Properties

response
Link copied to clipboard
val response: CachedResponse
Response read from the cache.

Sources

jvm source
Link copied to clipboard